| Method | Request URI |
|---|---|
| GET | /API/License/CanCreateAccount/{id}/?seatKind=value&isSeatReserved=value&sessionId=value |
| URI Parameter | Description |
|---|---|
| seatKind | The Dundas.BI.Licensing.LicenseSeatKind that the account will be. See Dundas.BI.Licensing.LicenseSeatKind for more details. |
| isSeatReserved | A value indicating whether the account will use a reserved seat. |
| sessionId | The current session ID. Specifying via an Authorization request header instead is recommended. |
| Path Parameter | Description |
|---|---|
| id | The tenant ID the account will be a part of. If any. |
| Authorization: Bearer <Current session ID> |